home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / misc / mf-db.zip / MFDOC\INSTALL.TXT < prev    next >
Text File  |  1993-12-15  |  2KB  |  57 lines

  1.   --  MF INSTALLATION NOTES  --
  2.  
  3. INSTALLATION:
  4.  
  5. - Create a directory for MF to reside and unzip 
  6. it (obviously, you've gotten that far...)
  7.  
  8. - Place the file MF.DLL in your WINDOWS\SYSTEM directory.
  9. (NOTE: See MF tech notes for information regarding the 
  10. windows system directory)
  11.  
  12. - Other than that, it's up to you.
  13.  
  14. - NOTE: If you use:
  15.  
  16.     PKUNZIP *.zip -D
  17.  
  18.     MFxxx.Zip will unzip into a nifty set of 
  19.     subdirectories...
  20.  
  21.  
  22. FILES (if unzipped with the -D option...):
  23. ------------------------------------------
  24. C Developers (Tested and Compiled with MS-C version 8 (aka MSVC))
  25. ------------
  26. CSAMPLE\HEADERS\MF.LIB  - Link with anything written in C that you want to use MF with.
  27. CSAMPLE\HEADERS\MF.H    - C header for MF
  28.  
  29. CSAMPLE\UDK\mfUDK.c    - Example user-defined key DLL
  30. CSAMPLE\UDK\mfUDK.def    - DEF file for UDK
  31. CSAMPLE\UDK\MAKEFILE    - Makefile for UDK
  32.  
  33. VB Developers
  34. -------------
  35. VBSAMPLE\BCARD*.*     - Sample application that shows all MF calls (from VB)
  36. VBSAMPLE\MF.BAS      - DECLARE's and CONSTANTS for MF in VB
  37. VBSAMPLE\MFUDK.DLL    - Compiled version of the C UDK dll (required to run
  38.               the sample application)
  39. (NOTE: VB Sample requires VBRUN300.dll)
  40.  
  41.  
  42. ALL Developers
  43. --------------
  44. DOCS\TECHNOTE.WRI    - Technical notes about MF and Windows
  45. DOCS\CHANGES.WRI    - Any relevant MF changes
  46. DOCS\MF.WRI          - Documentaion for MF
  47. DOCS\REGISTER.WRI    - Registering MF
  48.  
  49. CSAMPLE\CONVERT\mfCONV.*   - Utility to convert M1.0x DB to M1.02
  50. CSAMPLE\CONVERT\CONVTEST.* - EXE to run converter
  51.  
  52.  
  53. Other Developers
  54. ----------------
  55. We have recieved reports that MF will work with Turbo Pascal.
  56.  
  57.